home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Languages
/
Caml Light 0.7
/
Caml Light 0.7 source
/
src
/
runtime
/
gc_ctrl.h
< prev
next >
Wrap
Text File
|
1995-06-01
|
285b
|
18 lines
#ifndef _gc_ctrl_
#define _gc_ctrl_
#include "misc.h"
extern long
stat_minor_words,
stat_promoted_words,
stat_major_words,
stat_minor_collections,
stat_major_collections,
stat_heap_size;
void init_gc P((long, long, int, int));
#endif /* _gc_ctrl_ */